pendingMessages
Type
function
Summary
Returns a list of messages that have been scheduled with the send command, but not yet delivered.
Syntax
the pendingMessages
pendingMessages()
Description
Use the pendingMessages function to check whether a message has been sent yet, or to perform some action on each pending message.
The time the message is scheduled for is in the same format as the long seconds form of the seconds function.
Once scheduled, a message cannot be changed. You can cancel a pending message with the cancel command, and re-send it with the send command.
Examples
the pendingMessages
repeat with x = 1 to the number of lines of the pendingMessages
Related
control structure: function
glossary: property, message, command, return, object
keyword: items
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile